.u-title {
    height: .4rem;
}
.u-title h1 {
	float: left;
    position: relative;
    padding-left: .14rem;
	line-height: .4rem;
    font-size: .20rem;
    font-weight: bold;
    color: #000;
}
.u-title h1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: .04rem;
    height: .20rem;
    margin-top: -.10rem;
    background: #003F88;
}

.u-title .more {
	float: right;
    display: block;
    height: .26rem;
	padding-right: .2rem;
	margin-top: .06rem;
    line-height: .26rem;
    font-size: .13rem;
    text-align: center;
    color: #666;
	background-image: url('../img/more.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: .13rem;
}
.u-title .more:hover {
    color: #000;
}

/* banner */
.m-banner {
	float: left;
	position: relative;
	width: 7.5rem;
    height: 4.7rem;
	margin-top: .24rem;
}
.m-banner .banner {
    position: relative;
}
.m-banner .banner li {
    position: absolute;
    left: 0;
    top: 0;
	width: 7.5rem;
    height: 4.7rem;
	overflow: hidden;
    font-size: 0;
    opacity: 0;
	transition: opacity .3s ease;
}
.m-banner .banner li.z-crt {
    z-index: 1;
    opacity: 1;
}
.m-banner .banner li img {
	width: 100%;
	max-height: initial;
}
.m-banner .banner li div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: .5rem;
	padding: 0 .2rem;
	background: rgba(0,0,0,.6);
}
.m-banner .banner li div p {
	float: left;
	width: 5.5rem;
	line-height: .5rem;
	font-size: .18rem;
	color: #fff;
}
.m-banner .banner li div span {
	float: right;
	padding-left: .2rem;
	line-height: .5rem;
	font-size: .15rem;
	color: #fff;
}
.m-banner .banner li div span b {
	font-size: .2rem;
	font-weight: bold;
	color: #fff;
}

.m-banner .btn {
	z-index: 1;
	position: absolute;
	top: 50%;
	width: .3rem;
	height: .6rem;
	margin-top: -.3rem;
	line-height: .6rem;
	font-size: .2rem;
	text-align: center;
	color: #fff;
	background: #000;
	opacity: 0;
	cursor: pointer;
	transition: opacity .3s ease;
}
.m-banner .btn:nth-child(1) {
	left: 0;
}
.m-banner .btn:nth-child(2) {
	right: 0;
}
.m-banner:hover .btn {
	opacity: 1;
}

.m-banner .nav {
    display: none;
}
/* end banner */

/* news */
.m-news {
	float: right;
    width: 4.7rem;
	margin-top: .24rem;
}
.m-news ul {
    margin-top: .2rem;
}
.m-news ul li {
    position: relative;
    height: .52rem;
	padding: .14rem 0;
    padding-left: .16rem;
	border-bottom: .01rem solid #E5E5E5;
    line-height: .26rem;
	font-size: .16rem;
}
.m-news ul li:hover {
	color: #003F88;
}
.m-news ul li:before {
    content: '※';
    position: absolute;
    left: -.05rem;
    top: .14rem;
	font-size: .09rem;
	color: #000;
}
/* end news */

/* notice */
.m-notice {
    height: .7rem;
	margin: .2rem auto .3rem;
    background: #F5F5F5;
}
.m-notice .title {
	float: left;
	width: .7rem;
	height: .52rem;
	padding: .09rem 0;
    line-height: .26rem;
	font-size: .18rem;
	text-align: center;
	color: #fff;
	background: #C80000;
}
.m-notice ul {
	float: left;
	width: 10rem;
	height: .4rem;
	margin-left: .3rem;
	margin-top: .15rem;
	overflow: hidden;
}
.m-notice li {
	margin-top: 0;
	line-height: .4rem;
	font-size: .16rem;
	color: #000;
}
.m-notice li:hover {
	color: #003F88;
}
.m-notice .more {
	float: right;
	border-left: .01rem solid #bbb;
	padding-left: .14rem;
	margin-top: .27rem;
	margin-right: .3rem;
	line-height: .16rem;
	font-size: .13rem;
	color: #999;
}
.m-notice .more:hover {
	color: #000;
}
/* end notice */

/* summary */
.m-summary {
	float: left;
	width: 8.5rem;
}
.m-summary .u-title {
	margin-bottom: .15rem;
}
.m-summary .img {
	float: left;
	width: 3.5rem;
	height: 2.4rem;
}
.m-summary p {
	float: right;
	width: 4.6rem;
	line-height: .28rem;
	font-size: .14rem;
	color: #444;
    -webkit-line-clamp: 8;
}
/* end summary */

/* video */
.m-video {
	float: right;
	width: 3.4rem;
}
.m-video .u-title {
	margin-bottom: .15rem;
}
.m-video .video {
	width: 3.4rem;
	height: 2.4rem;
	background: #000;
	cursor: pointer;
}

.video-box {
    z-index: 998;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 12.00rem;
    height: 6.80rem;
    margin-left: -6.00rem;
    margin-top: -3.40rem;
    background: #000;
}
.video-box video {
    width: 100%;
    height: 100%;
}
.video-box .close {
    position: absolute;
    right: 0;
    top: -.70rem;
    width: .50rem;
    height: .50rem;
    border-radius: 100%;
    line-height: .50rem;
    font-size: .24rem;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.5);
    cursor: pointer;
}
/* end video */

/* innovation */
.m-innovation {
	margin-top: .5rem;
}
.m-innovation .item {
	float: left;
	width: 4rem;
}
.m-innovation .item:nth-child(n+2) {
	margin-left: .2rem;
}
.m-innovation .item .u-title {
	margin-bottom: .2rem;
}
.m-innovation .lead img {
	float: left;
	width: 1.6rem;
	margin-right: .2rem;
}
.m-innovation .lead p {
	line-height: .24rem;
	font-size: .14rem;
	color: #444;
    -webkit-line-clamp: 8;
}
.m-innovation .lead .more {
	float: right;
	display: block;
	clear: both;
	margin-top: .2rem;
	font-size: .13rem;
	color: #083F88;
}
.m-innovation .lead .more .tf {
	margin-left: .05rem;
}
/* end innovation */

/* team */
.m-team {
	position: relative;
	padding-left: .6rem;
	margin: .5rem auto .6rem;
}
.m-team .title {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: .6rem;
	padding: .73rem 0;
	line-height: .36rem;
	font-size: .2rem;
	text-align: center;
	color: #fff;
	background: #083F88;
}
.m-team .content {
	height: 2.9rem;
	border: .01rem solid #ddd;
	overflow-y: hidden;
	overflow-x: auto;
}
.m-team .content ul {
	float: left;
	padding: 0 .3rem;
	font-size: 0;
	white-space: nowrap;
}
.m-team .content li {
	display: inline-block;
	width: 1.5rem;
	padding-top: .22rem;
}
.m-team .content a:nth-child(n+2) li {
	margin-left: .2rem;
}
.m-team .content li .img {
	height: 1.8rem;
}
.m-team .content li .name {
	margin-top: .1rem;
	font-size: .18rem;
	text-align: center;
}
.m-team .content li p {
	margin-top: .04rem;
	font-size: .14rem;
	text-align: center;
}
/* end team */